home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / comm / uucp / DanNews10.lha / DanNews10.readme
Text File  |  1995-05-26  |  3KB  |  70 lines

  1. Short: Fast & low memory UUCP news unbatcher
  2. Type: comm/uucp
  3. Uploader: Dan Cannon <dan@blender.demon.co.uk>
  4. Author: Dan Cannon <dan@blender.demon.co.uk>
  5.  
  6. DanNews - another throbbing Blender Software (BS) production
  7. ------------------------------------------------------------
  8.  
  9. This is DanNews, a UUCP news unbatcher. Unlike RNews it's fast and it only
  10. takes as much memory as you let it.
  11.  
  12. The bad points are that it can't send articles on to other sites and it can't
  13. handle compressed batch files. That doesn't matter if you get your news feed
  14. through NNTP but it's not so good if you get your news through UUCP.
  15.  
  16.  
  17. What you need
  18. -------------
  19.  
  20. Kickstart 2 or above, a news set up that uses the UUNEWS: way of storing news
  21. articles, and a batch file (natch).
  22.  
  23.  
  24. Version 0.4 -> 1.0
  25. ------------------
  26.  
  27. - Re-wrote the the file stuff to make it faster. Can't really tell if it is
  28.   or not, but I can't be arsed to change it back.
  29. - Added support for the control group.
  30. - Gets newsgroup list from UULIB:DanNewsGroups as well as UULIB:newsgroups,
  31.   so you can define extra groups that you don't want your newsreader to show
  32.   (makes the control groups easier to manage).
  33. - Fixed CTRL-C memory leak.
  34. - Made error messages clearer.
  35.  
  36.  
  37. Version 0.3 -> 0.4
  38. ------------------
  39.  
  40. - It can be given a plain file instead of a batch file (even though, it still
  41.   doesn't do local postings).
  42. - Won't complain any more if batch file doesn't exist.
  43. - Won't complain any more if given an empty batch file.
  44. - Won't crash any more with very corrupt batch files.
  45. - Writes .next files out faster.
  46.  
  47.  
  48. Version 0.2 -> 0.3
  49. ------------------
  50.  
  51. - It'll accept input from stdin now (eg. "DanNews <some_batch_file").
  52. - If the batch file's corrupt, you get the offset of (roughly) where the
  53.   error is. Now load it into an editor, go to the offset, and tidy things up.
  54.   It must be an editor that doesn't expand or compress any tabs or spaces.
  55. - Sometimes hitting ^C would leave a file locked. Fixed.
  56. - If you've got hardlinks turned on and the program finds that it can't
  57.   hardlink crossposted articles then it tries to save the article normally
  58.   instead of just giving an error message and moving on to the next one
  59.   (which was what happened last time).
  60. - Added DELETE switch - automatically delete the batch file at the end if
  61.   everything unbatched OK.
  62. - Added PATH switch: alter the 'Path' header to include your sitename.
  63. - Added XREF switch: generate 'Xref' headers for your newsreader.
  64. - Added -1 switch: only unbatch to the first group listed in the 'Newsgroups'
  65.   header for crossposted articles.
  66. - Added -h switch: turn off hardlinks for crossposted articles.
  67. - Added -n switch: run through the program but don't unbatch anything.
  68. - Added -t option: give directory of tempory work file (only used for
  69.   unbatches from stdin).
  70.